Fix/clean latex delimiters#4942
Open
vivienfanghuagood wants to merge 181 commits intoPaddlePaddle:release/3.3from
Open
Fix/clean latex delimiters#4942vivienfanghuagood wants to merge 181 commits intoPaddlePaddle:release/3.3from
vivienfanghuagood wants to merge 181 commits intoPaddlePaddle:release/3.3from
Conversation
* Fix bugs * Optimize
* Support vLLM deployment on DCUs * Fix * Fix DCU check
修复 _format_data 函数未处理 numpy 整数类型(np.int32, np.int64)的问题, 防止 OCR 结果中包含 numpy 整数坐标时出现 JSON 序列化错误。 修复内容: - 添加对 np.int32 和 np.int64 类型的支持 - 将 numpy 整数转换为 Python 原生 int 类型 - 扩展 np.float64 支持以保持类型处理一致性 Fixes JSON serialization errors when OCR results contain numpy integer coordinates. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored- Claude <noreply@anthropic.com>
… graph models (PaddlePaddle#4744) * [feat]: Add PP-OCRv5_mobile_det, PP-OCRv5_server_det dynamic model * feat: Add PP-OCRv5_mobile_det, PP-OCRv5_server_det dynamic model * Feat: Integrate PP-OCRv5_mobile_det and PP-OCRv5_server_det dynamic graph models * Feat: Integrate PP-OCRv5_mobile_det and PP-OCRv5_server_det dynamic graph models * Feat: Integrate PP-OCRv5_mobile_det and PP-OCRv5_server_det dynamic graph models
* HPI allow untested Paddle versions for safe mode and update paddle version in HPS * Update deps * Limit CC>=8.0 for SDPA
* Fix code style and deps * Update setup.py
* [Metax] Support ocr in metax * [Metax] Support ocr in metax * [Metax] Support ocr in metax
…options merge_layout_blocks and markdown_ignore_labels (PaddlePaddle#4787) * feat: support saving image shape, page_count, and group_id; add ctrl options merge_layout_blocks and markdown_ignore_labels * bugfix for PP-StructureV3 IndexError * fix handle_funcs_dict in _to_json()
…PaddlePaddle#4796) * Support new params * Add missing * Fix model file prefix bug
* Remove nested safe_open * Use official safetensors
* Remove nested safe_open * Use official safetensors * Update deps and bump versions
* [Iluvatar GPU] Enable bf16, fp16 and sdpa * [Iluvatar GPU] Update * [Iluvatar GPU] Update
- Add clean_latex_delimiters() function to handle common LaTeX math delimiters - Remove $$, \[, \], and leading/trailing $ from formula strings - Apply cleaning in merge_formula_and_number() and format_formula_func - Fixes issue where display formula output contained residual \] characters This fix ensures cleaner markdown output for mathematical formulas, particularly for display math that uses \[...\] notation.
|
Thanks for your contribution! |
|
vivienfanghua seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.